home *** CD-ROM | disk | FTP | other *** search
/ PC for Alla 2005 May / PC för Alla 0505.iso / fullversioner / realsoft3d / data1.cab / Scripting / scripts / js / oops / r3cycle.js < prev    next >
Encoding:
JavaScript  |  2005-04-04  |  708 b   |  37 lines

  1.  
  2. // JavaScript wrapper for r3cycle.h
  3. // Auto generated file, do not modify by hand
  4. // Copyright ⌐ 2004, Realsoft Graphics Oy
  5.  
  6. var R3_CYCLE_H = 1;
  7. include("oops/r3osgdgt.js")
  8. include("oops/r3mxiltg.js")
  9.  
  10.  
  11. var R3CLID_CYCLE = 32;
  12.  
  13.  
  14.  
  15.  
  16. // Description: Sets the cycle gadget width so that it fits the widest label.
  17.  
  18. R3CYCLM_SETWIDTHBYLABELS = 32000;
  19.  
  20. function mR3CYCLM_SETWIDTHBYLABELS() {
  21.   DoA(this.r3obj, 32000, 0, R3TID_INTEGER, 0);
  22. }
  23.  
  24.  
  25.  
  26. function r3Cycle () { 
  27.    this.base = r3God;
  28.    if(arguments.length) {
  29.       this.base(R3CLID_CYCLE, arguments);
  30.    }
  31.    // Methods
  32.    this.SETWIDTHBYLABELS=mR3CYCLM_SETWIDTHBYLABELS;
  33.  
  34. }
  35.  
  36. r3Cycle.prototype=new r3Osgadget;
  37. // r3cycle.h_H